home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineButton2_438 / BUTTONCONDACTION on(press).as next >
Text File  |  2005-08-12  |  126b  |  7 lines

  1. on(press){
  2.    mon = 1;
  3.    x = _xmouse;
  4.    y = _ymouse;
  5.    _root.main.fr.faces.changeEyeballs("Ldown","down","Rdown");
  6. }
  7.